InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / DefinitionsBase<T> Class / Add Method / Add(Int32,SizeType) Method
The number of objects to be added.
The value for the DefinitionBase.SizeType property of new objects.

In This Topic
    Add(Int32,SizeType) Method
    In This Topic
    Adds new DefinitionBase objects to the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal count As Integer, _
       Optional ByVal sizeType As SizeType _
    ) 
    public void Add( 
       int count,
       SizeType sizeType
    )

    Parameters

    count
    The number of objects to be added.
    sizeType
    The value for the DefinitionBase.SizeType property of new objects.
    See Also